home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / penerase < prev    next >
Encoding:
Text File  |  1992-07-09  |  532 b   |  9 lines

  1. penerase --Command, no inputs.  Abbreviation: pe
  2.      This command tells the turtle to "lower its  eraser",  so  that  lines
  3.      previously  drawn will be erased when retraced by the turtle.  It only
  4.      works with the display turtle.  The commands penup, pendown, penerase,
  5.      and  penreverse  are  mutually  exclusive; whichever was most recently
  6.      used is the one which affects the turtle.  (Graphics  terminals  which
  7.      cannot selectively erase lines, such as Tektronix displays, will treat
  8.      penerase as pendown.)
  9.